VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTable<TCellTemplate,TRecognizedField> Class
Constructors Properties Methods SeeAlso
In This Topic
    FormFieldTable<TCellTemplate,TRecognizedField> Class Members
    In This Topic
    The following tables list the members exposed by FormFieldTable<TCellTemplate,TRecognizedField>.
    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets the confidence of the recognition result. (Inherited from FormFieldGroup)
    Public PropertyGets the template of the form field. (Inherited from FormField)
    Public PropertyGets a collection of form fields that belong to this FormFieldGroup. (Inherited from FormFieldGroup)
    Public PropertyGets or sets the name of the form field. (Inherited from FormField)
    Public PropertyGets the FormField at the specified row and column indices.
    Public PropertyGets the value of the form field group in a text form. (Inherited from FormFieldGroup)
    Public Methods
     NameDescription
    Public MethodAdds the specified field to field group. (Inherited from FormFieldGroup)
    Public MethodReturns a System.String that represents this instance. (Inherited from FormFieldGroup)
    See Also